home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / netbsd / contrib / x11 / interviews-3.1-bin10.readme < prev    next >
Text File  |  1995-10-22  |  1KB  |  26 lines

  1. Descr:     System for building and using interactive software.
  2.     Predecessor of Fresco.
  3.  
  4. This is an attempt at porting InterViews to NetBSD/Amiga. Unfortunately,
  5. I don't have too much experience with gcc/g++, so I tried building a 
  6. shared library _without_ "-fpic" (generates position independant code).
  7. I was told later that this option is mandatory. Oh well.. Fact is, that
  8. the libraries generated without -fpic work as expected, whereas programs
  9. using a "-fpic" library usually dump core sooner or later. So, that's why
  10. the libraries you find here were compiled _without_ -fpic. Go and give them
  11. a try. I hope things work as expected, they sure do on my system (at least
  12. with all the example programs I could find).
  13.  
  14. To compile examples, cd into their top level directory and run "ivmkmf",
  15. followed by "make Makefiles". Running "make" should hopefully build 
  16. all of them:-) According to Huberts "install.sh" you need nevertheless
  17. a $LD_LIBRARY_PATH set to /usr/local/lib. I recommend creating a link from 
  18. /usr/local/X11R6/lib/<iv-libs> to /usr/local/interviews-3.1/libs/<iv-libs>.
  19. Usually, a $LD_LIBRARY_PATH set to /usr/local/interviews-3.1 should do though.
  20. Just make sure "ivmkmf" is found along your $PATH:
  21.  
  22. If someone finds a better solution to the fpic-problem, please mail it
  23. to me, thanks.
  24.  
  25. Thomas
  26.